home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000148_news@columbia.edu _Wed Mar 29 11:04:58 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA14271
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Mar 2000 11:04:57 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA08451
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 29 Mar 2000 10:47:55 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: setting tcp/ip printer in NT
  11. Date: 29 Mar 2000 15:47:54 GMT
  12. Organization: Columbia University
  13. Message-ID: <8bt8ja$881$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <8bt7bl$19j$1@nnrp1.deja.com>,  <jhcoutureiii@my-deja.com> wrote:
  17. : Yes, I have done this. I didn't know you could install a printer any
  18. : other way. I can print to it. In most other situations, we capture our
  19. : novell printers to lpt1. Then, in the kermit script, we "set printer
  20. : lpt1" But in this case the PC is not on a novell network, and so that is
  21. : why we had to set up TCP/IP printing for NT. But there is a snag in
  22. : what kermit will take for the "set printer" command.
  23. : Joseph Couture
  24.  
  25. When you use the LPR command you are not printing via the 
  26. Windows Printers interface.  
  27.  
  28. To configure K95 to print to a Windows Printer you must use the
  29. Windows Printer Queue interface
  30.  
  31.   SET PRINTER /WINDOWS-QUEUE:<printer-name>
  32.  
  33.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  34.                  The Kermit Project * Columbia University
  35.               612 West 115th St #716 * New York, NY * 10025
  36.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org